type github.com/gotd/td/telegram/downloader.web
7 uses
github.com/gotd/td/telegram/downloader (current package)
builder.go#L53: case web:
downloader.go#L72: return newBuilder(d, web{
web.go#L15: type web struct {
web.go#L23: var _ schema = web{}
web.go#L25: func (w web) reportRetry(operation string, attempt int, err error) {
web.go#L36: func (w web) Chunk(ctx context.Context, offset int64, limit int) (chunk, error) {
web.go#L49: func (w web) Hashes(ctx context.Context, offset int64) ([]tg.FileHash, error) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |